In iOS 16 when you are using NavigationStack, you might use the .tint(YourColorHere):
NavigationStack {
// UI components here
}
.tint(YourColorHere)
Post
Replies
Boosts
Views
Activity
And still reproduces on Xcode 12 Beta 5 for me.